home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / tcolor.zip / TCOLOR.DOC < prev    next >
Text File  |  1992-01-27  |  4KB  |  100 lines

  1.                             ╓────────────────╖
  2.                             ║   TCOLOR.COM   ║
  3.                             ╙────────────────╜
  4.                     (C) Copyright 1992 by Rand Nowell
  5.                             RaLin Enterprises
  6.                    40728 Sundale Dr. Fremont, Ca. 94538
  7.                               (510) 651-0253
  8.  
  9.    T(ext)COLOR......
  10.    ---------------------------------------------------------------------
  11.    Command: tcolor -or- color   (See below)
  12.    ---------------------------------------------------------------------
  13.    Requirements: Color monitor for color display
  14.    ---------------------------------------------------------------------
  15.    To Print Document: Copy Tcolor.doc Prn -or- Type Tcolor.doc>prn
  16.    ---------------------------------------------------------------------
  17.    TCOLOR.COM is a simple com file which shows a chart with the number
  18.    values for text foreground and backround color attributes. The color
  19.    names are shown in their respective colors, and are listed as to
  20.    whether they can be used for foreground, backround or both.
  21.  
  22.    TCOLOR.COM  is not a resident program (TSR) and will not remain in
  23.    memory and does not have a hotkey to call it. I figured this really
  24.    wasn't a program that one would need available all the time. If I do
  25.    decide to make it a TSR I will make the new version available.
  26.  
  27.    This utility came about from having to look up color attribute numbers
  28.    whenever I needed to configure a programs text colors that did not have
  29.    a color chart in their configuration and needed the attribute number to
  30.    configure the text colors.
  31.  
  32.    There are several ways you could use this chart. Call it from the
  33.    prompt, call from a programs shell command, or as in the QEdit editor
  34.    program, you could create a macro to shell to dos, bring up the TCOLOR
  35.    chart, then return to your text file. Such a macro in Qedit would be:
  36.  
  37.      MacroBegin SaveFile CurrentFileName Dos 'tcolor' Return Return ---->
  38.      EditFile CurrentFileName Return (These two lines would be one
  39.      continuous line in the Macro)
  40.  
  41.      You could also create a 'hotkey' using ansi escape sequences in your
  42.      Autoexec.bat
  43.  
  44.    One annoying problem when calling TCOLOR.COM from the command line, is
  45.    after the chart is displayed on the screen, the prompt often overwrites
  46.    a small portion of the chart. It doesn't cover any important
  47.    information, its just distracting. So I have included a batch file
  48.    called COLOR.BAT which calls TCOLOR.COM and pauses. This eliminates the
  49.    prompt problem.
  50.  
  51.    This program is distributed as FreeWare. You are not required to
  52.    register for use. No fee is required. Copies may be distributed as long
  53.    as all the original files are included.
  54.    These original Files are:
  55.  
  56.           TCOLOR.COM     : The Color Chart
  57.           VIEWDOC.COM    : View The Documentation
  58.           COLOR.BAT      : To Run TCOLOR with pause
  59.           TCOLOR.DOC     : This Document
  60.  
  61.                                 - Page 1 -
  62.  
  63.  
  64.   < * * * * * * * * * * * * *   DISCLAIMER  * * * * * * * * * * * * * * >
  65.   THIS PROGRAM IS DISTRIBUTED AS IS. RAND NOWELL AND/OR RALIN ENTERPRISES
  66.   ASSUMES NO RESPONSIBILITY FOR ANY DAMAGE TO FILES, SYSTEM, OR PEACE OF
  67.   MIND RESULTING FROM THE USE OF TCOLOR.COM OR ACCOMPANYING FILES.
  68.   < * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * >
  69.  
  70.   Suggestion: Place TCOLOR.COM + COLOR.BAT in a directory thats in your
  71.               PATH statement.
  72.  
  73.   [ Coming:] There will be a version of this program for ansi escape
  74.   sequence commands available soon. This program will be distributed as
  75.   ACOLOR.COM
  76.  
  77.   If you are overcome with the desire to contribute a donation towards
  78.   the continuation of programs such as these. The amount of $1.00 or more
  79.   will be GREATLY appreciated !!
  80.  
  81.   Anyone contributing $5.00 or more will be notified by mail of the
  82.   release and location of ACOLOR.COM and any other utilities made
  83.   available to the public. Be sure to include your name and address!
  84.  
  85.   Contributions may be sent to: Rand Nowell via the address at the
  86.   document beginning.
  87.  
  88.   Regardless of whether or not you send a donation, it is hoped that this
  89.   small utility is helpful and that you enjoy it!
  90.  
  91.                       (Rand) -=[ RaLin Support! ]=-
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  * End Of Document *
  98.                                 - Page 2 -
  99.  
  100.